Method: Polars::Expr#<=
- Defined in:
- lib/polars/expr.rb
permalink #<=(other) ⇒ Expr
Less than or equal.
99 100 101 |
# File 'lib/polars/expr.rb', line 99 def <=(other) _from_rbexpr(_rbexpr.lt_eq(_to_expr(other)._rbexpr)) end |
Less than or equal.
99 100 101 |
# File 'lib/polars/expr.rb', line 99 def <=(other) _from_rbexpr(_rbexpr.lt_eq(_to_expr(other)._rbexpr)) end |